home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2506.TXT < prev    next >
Text File  |  1993-10-13  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.        _________________________________________________________________
  6.        STACKER NOTE                                         STACKER NOTE
  7.                  CONFIGURING A CD-ROM ON A SYSTEM WITH STACKER
  8.                     (Applies to Stacker 1.x, 2.x, and 3.0)
  9.        STAC FAX 2506  (08/93)
  10.        _________________________________________________________________
  11.        
  12.        BACKGROUND
  13.        
  14.        During system startup, Stacker drives are assigned a drive letter
  15.        by DOS as they are "mounted" by the Stacker device driver in
  16.        Config.sys.  CD-ROM drives are not assigned a drive letter until
  17.        MSCDEX.exe loads in the Autoexec.bat file.  Because Stacker drive
  18.        letters are assigned first, the CD-ROM will have to take the next
  19.        available letter.  This means that if your CD-ROM existed before
  20.        Stacker, you will probably have to reconfigure it to use a new
  21.        drive letter.
  22.        
  23.        CONFIGURING THE CD-ROM.
  24.        
  25.         1. CONFIG.SYS -  Here is a sample Config.sys.  It is
  26.            recommended that the CD-ROM device be loaded after SSWAP.COM
  27.            as shown.
  28.        
  29.                     DEVICE=C:\DOS\SETVER.EXE  (this is required if
  30.                running under DOS 5.0)
  31.                     DEVICE=C:\STACKER\STACKER.COM  C:\STACVOL.DSK
  32.                .....etc.
  33.                     DEVICE=C:\STACKER\SSWAP.COM C:\STACVOL.DSK /SYNC
  34.                     DEVICE=SONYCDU.SYS or DEVICE=PCD650S.SYS   [/D:name
  35.                /B:xxx  /M:mode]
  36.         
  37.         2.  AUTOEXEC.BAT - The CD-ROM letter is assigned here with
  38.             the /L: parameter on the MSCDEX  command line.  Take note of
  39.             the Stacker drive letter  assignments at boot time.  For
  40.             example, to determine which drive letters Stacker has been
  41.             given, type:
  42.        
  43.                   C:\STACKER\STACKER      <ENTER>
  44.        
  45.             The output will look similar to:
  46.        
  47.                STACKER - 2.00, (c) 1990-91, Stac Electronics, Carlsbad,
  48.                CA
  49.                Drive C: was drive D: at boot time   [ D:\STACVOL.DSK ]
  50.                Drive D: was drive C: at boot time
  51.        
  52.             Set the CD-ROM to the next available drive letter. In this
  53.             example, drive E: is available for the CD-ROM.  In
  54.             Autoexec.bat you would assign drive E: on the MSCDEX command
  55.             line,
  56.        
  57.                MSCDEX /D:name /M:x /V /L:letter /E
  58.        _________________________________________________________________
  59.        Copyright 1993, Stac Electronics                      Page 1 of 2
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.        
  72.             Change /L:Letter to /L:E
  73.        
  74.                MSCDEX /D:name /M:x /V  /L:E  /E
  75.        
  76.             After changing the CD-ROM drive letter, it may be necessary
  77.             to re-setup applications or programs to recognize the new
  78.         drive letter designation.    
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.        _________________________________________________________________
  125.        Copyright 1993, Stac Electronics                      Page 2 of 2
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.